time.Time.wall (field)
31 uses
time (current package)
format.go#L550: if t.wall&hasMonotonic != 0 {
time.go#L152: wall uint64
time.go#L177: return int32(t.wall & nsecMask)
time.go#L182: if t.wall&hasMonotonic != 0 {
time.go#L183: return wallToInternal + int64(t.wall<<1>>(nsecShift+1))
time.go#L193: if t.wall&hasMonotonic != 0 {
time.go#L194: sec := int64(t.wall << 1 >> (nsecShift + 1))
time.go#L197: t.wall = t.wall&nsecMask | uint64(dsec)<<nsecShift | hasMonotonic
time.go#L227: if t.wall&hasMonotonic != 0 {
time.go#L229: t.wall &= nsecMask
time.go#L238: if t.wall&hasMonotonic == 0 {
time.go#L243: t.wall |= hasMonotonic | uint64(sec-minWall)<<nsecShift
time.go#L254: if t.wall&hasMonotonic == 0 {
time.go#L267: return t.wall == 0 && t.ext == 0
time.go#L272: if t.wall&u.wall&hasMonotonic != 0 {
time.go#L282: if t.wall&u.wall&hasMonotonic != 0 {
time.go#L294: if t.wall&u.wall&hasMonotonic != 0 {
time.go#L317: if t.wall&u.wall&hasMonotonic != 0 {
time.go#L1180: t.wall = t.wall&^nsecMask | uint64(nsec) // update nsec
time.go#L1182: if t.wall&hasMonotonic != 0 {
time.go#L1199: if t.wall&u.wall&hasMonotonic != 0 {
time.go#L1228: if t.wall&hasMonotonic != 0 && !runtimeIsBubbled() {
time.go#L1238: if t.wall&hasMonotonic != 0 && !runtimeIsBubbled() {
time.go#L1559: t.wall = uint64(nsec)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |